projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9828679
)
* src/haikufns.c (Fx_show_tip): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jan 2022 08:20:37 +0000
(08:20 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jan 2022 08:21:43 +0000
(08:21 +0000)
src/haikufns.c
patch
|
blob
|
history
diff --git
a/src/haikufns.c
b/src/haikufns.c
index 2db5a6f4e30605c08e5265f7e2f8f23567e9b22e..5b55efea32e0c74f158602a5e1f80970fec2be91 100644
(file)
--- a/
src/haikufns.c
+++ b/
src/haikufns.c
@@
-1929,7
+1929,7
@@
DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
if (NILP (frame))
frame = selected_frame;
-
check_window_system
(frame);
+
decode_window_system_frame
(frame);
if (NILP (timeout))
timeout = make_fixnum (5);